home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / recent1 / calcprimes11.readme < prev    next >
Text File  |  1997-05-25  |  1KB  |  31 lines

  1. Short:    VERY FAST prime computer
  2. Author:   Tcn@oxygen.in-berlin.de (Timo C. Nentwig)
  3. Uploader: Tcn@oxygen.in-berlin.de (Timo C. Nentwig)
  4. Version:  1.0
  5. Type:     misc/math
  6. Replaces: misc/math/calcprimes*.lha
  7. Kurz:     SEHR SCHNELLER Primzahlenberechner
  8.  
  9. http://home.pages.de/~oxygen.
  10.  
  11. This readme is just a 5 minutes raw draft. If you have questions drop me  a
  12. mail.
  13.  
  14. CalcPRIMES is the fastest primes computer I know. It  calcs  on  my  system
  15. (A4k30+FPU)  primes from 2 to 1.000.000 in 4 (four) seconds. If you've some
  16. faster please lemme know.
  17.  
  18. CalcPRIMES is completely written in  *pure*  C++.  That  why  it's  options
  19. parsing is unix-like (prg -h), no RdArgs().
  20.  
  21. The amiga version is compiled with SAS/C 6.57 (68000, math=IEEE). Since the
  22. SAS/C just features a C++ to C translator the executable is very large.
  23.  
  24. The source ain't nevertheless available. I may *sell* it later. If you  are
  25. interested contact me: Tcn@oxygen.in-berlin.de
  26.  
  27.                                 *IMPORTANT*
  28.  
  29. The current version  of  CalcPRIMES  crashes  when  calcing  to  very  high
  30. integers (some millions). I still has know fixable idea why ...
  31.